home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / atre27.exe / ATREE_27 / MULTWIN / MULT.RC < prev    next >
Text File  |  1992-08-01  |  4KB  |  73 lines

  1. // remember to include \atree_27\include\
  2. // in your include path!
  3.  
  4. /*****************************************************************************
  5.  ****                                                                     ****
  6.  **** mult.rc                                                             ****
  7.  ****                                                                     ****
  8.  **** atree release 2.7 for Windows                                       ****
  9.  **** Adaptive Logic Network (ALN) simulation program.                    ****
  10.  **** Copyright (C) A. Dwelly, R. Manderscheid, M. Thomas, W.W. Armstrong ****
  11.  ****               1991, 1992                                            ****
  12.  ****                                                                     ****
  13.  **** License:                                                            ****
  14.  **** A royalty-free license is granted for the use of this software for  ****
  15.  **** NON_COMMERCIAL PURPOSES ONLY. The software may be copied and/or     ****
  16.  **** modified provided this notice appears in its entirety and unchanged ****
  17.  **** in all derived source programs.  Persons modifying the code are     ****
  18.  **** requested to state the date, the changes made and who made them     ****
  19.  **** in the modification history.                                        ****
  20.  ****                                                                     ****
  21.  **** Patent License:                                                     ****
  22.  **** The use of a digital circuit which transmits a signal indicating    ****
  23.  **** heuristic responsibility is protected by U. S. Patent 3,934,231     ****
  24.  **** and others assigned to Dendronic Decisions Limited of Edmonton,     ****
  25.  **** W. W. Armstrong, President.  A royalty-free license is granted      ****
  26.  **** by the company to use this patent for NON_COMMERCIAL PURPOSES to    ****
  27.  **** adapt logic trees using this program and its modifications.         ****
  28.  ****                                                                     ****
  29.  **** Limited Warranty:                                                   ****
  30.  **** This software is provided "as is" without warranty of any kind,     ****
  31.  **** either expressed or implied, including, but not limited to, the     ****
  32.  **** implied warrantees of merchantability and fitness for a particular  ****
  33.  **** purpose.  The entire risk as to the quality and performance of the  ****
  34.  **** program is with the user.  Neither the authors, nor the             ****
  35.  **** University of Alberta, its officers, agents, servants or employees  ****
  36.  **** shall be liable or responsible in any way for any damage to         ****
  37.  **** property or direct personal or consequential injury of any nature   ****
  38.  **** whatsoever that may be suffered or sustained by any licensee, user  ****
  39.  **** or any other party as a consequence of the use or disposition of    ****
  40.  **** this software.                                                      ****
  41.  **** Modification history:                                               ****
  42.  ****                                                                     ****
  43.  **** 92.04.27 atree v2.5 for Windows, M. Thomas                          ****
  44.  **** 92.03.07 Release 2.6, Monroe Thomas                                 ****
  45.  **** 92.01.08 Release 2.7, Monroe Thomas                                 ****
  46.  ****                                                                     ****
  47.  *****************************************************************************/
  48.  
  49. #ifndef WORKSHOP_INVOKED
  50.     #include <windows.h>
  51. #endif
  52. #include "mult.h"
  53. #include "atree.rc"
  54.  
  55.  
  56. MENU_RESOURCE MENU
  57.     {
  58.         MENUITEM "&Run!", IDM_RUN
  59.                 MENUITEM "&About...", IDM_ABOUT
  60.                 MENUITEM "E&xit!", IDM_EXIT
  61.                 MENUITEM "&Help!", IDM_HELP
  62.         }
  63.  
  64. 10 DIALOG 23, 28, 155, 104
  65. STYLE WS_POPUP | WS_VISIBLE | WS_DLGFRAME | WS_SYSMENU | 0x80L
  66. BEGIN
  67.     CONTROL "&Cool!", 1, "BUTTON", BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP, 14, 83, 127, 13
  68.     CONTROL "Multiplexor Function", 2, "STATIC", WS_CHILD | WS_VISIBLE | 0x1L, 43, 11, 69, 8
  69.     CONTROL "Adaptive Logic Network Demo", 3, "STATIC", WS_CHILD | WS_VISIBLE | 0x1L, 27, 46, 100, 9
  70.     ICON "atreeico", 20, 69, 25, 16, 16, WS_CHILD | WS_VISIBLE
  71.     CONTROL "Windows version by Monroe M. Thomas", 4, "STATIC", WS_CHILD | WS_VISIBLE | 0x1L, 40, 59, 74, 17
  72. END
  73.